﻿/* Use this CSS-file to override any styles set by system-default */



/**
 *   STYLESHEET IMPORTS
 **/

@import url("//fonts.googleapis.com/css?family=Ubuntu:400,300,500,700");
/*@import url("//impleo.cgsystems.dk/css/afdeling72.css");*/


@font-face{
font-family:Safety_Bold;
src:url(fonts/Safety-Bold_WEB.eot);
src:url(fonts/Safety-Bold_WEB.eot?#iefix) format("embedded-opentype"),
	url(fonts/Safety-Bold_WEB.woff) format("woff"),
	url(fonts/Safety-Bold_WEB.woff2) format("woff2"),
	url(fonts/Safety-Bold_WEB.ttf) format("truetype"),
	url(fonts/Safety-Bold_WEB.svg#svgFontName) format("svg");
font-weight:400;
font-style:normal}

@font-face{
  font-family:Gotham_Light;
src:url(fonts/Gotham-Light.eot); /* IE9 Compat Modes */
src:url(fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
    url(fonts/Gotham-Light.woff) format("woff"), /* Modern Browsers */
    url(fonts/Gotham-Light.ttf)  format("truetype"), /* Safari, Android, iOS */
    url(fonts/Gotham-Light.svg#svgFontName) format("svg"); /* Legacy iOS */
font-weight:300;
font-style:normal}


@font-face {
  font-family:Gotham_Medium;
  src: url(fonts/Gotham-Medium.eot); /* IE9 Compat Modes */
  src: url(fonts/Gotham-Medium.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/Gotham-Medium.woff) format('woff'), /* Modern Browsers */
     url(fonts/Gotham-Medium.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/Gotham-Medium.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: 300;
   font-style: normal;
 }

@font-face {
  font-family:Gotham_Bold;
  src: url(fonts/Gotham-Bold.eot); /* IE9 Compat Modes */
  src: url(fonts/Gotham-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/Gotham-Bold.woff) format('woff'), /* Modern Browsers */
     url(fonts/Gotham-Bold.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/Gotham-Bold.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: 700;
   font-style: normal;
 }

@font-face {
  font-family: Gotham_Medium;
  src: url(fonts/Gotham-Medium.eot); /* IE9 Compat Modes */
  src: url(fonts/Gotham-Medium.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/Gotham-Medium.woff) format('woff'), /* Modern Browsers */
     url(fonts/Gotham-Medium.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/Gotham-Medium.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: 400;
   font-style: normal;
 }


 /* Use this CSS-file to override any styles set by system-default */
body {
  font-family: 'Gotham_Light';
  background: #f5f5f5;
  padding-top: 53px;
  /* Space for navbar */ }
  @media (min-width: 768px) {
    body {
      margin-bottom: 60px;
      /* Space for sticky footer */ } }

            h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham_Light';

   }

b {
	 font-family: 'Gotham_Medium';
	 body }
	          h1, h2, h3, h4, h5, h6 {
	 font-family: 'Gotham_Medium';
	 }

/**
 *   STYLESHEET EXPORT
 **/

body.shareWin {
    text-align: center;
    background: #e6e6e6;
}


.RadWindow_Silk {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    background-color: #bb6666;
    border-radius: 6px;
    box-shadow: 0 1px 3px #da5858;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 20px 0;
    background: #fdfeff;
}

.section-products {
    background: #ffffff;
    border-bottom: 1px solid #294088;
    border-top: 2px solid #294088;
}

.modal-files-item.upload {
    width: 100%;
    height: 140px;
}


#impleomenu-cat {
    font-size: 16px;
    color: #294088;
    transition: all 0.3s ease;
}

.bold {
  font-family: 'Gotham_Bold';
}


.kursiv {
  font-family: 'Gotham_Light';
  font-style: italic;
}

.text-muted {
    color: #000;

}

.navbar {
    background: #fff;
    border: transparent;
    border-top: 30px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.navbar-brand .logo {
    height: 50px;
    margin-top: -14px;
}

.footer-contact {
    line-height: 20px;
    margin: 0;
    color: black;
}


.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: #294088;
    color: #fff;
    font-weight: 700;
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover {
    background: #294088;
    color: #333;
    font-weight: 700;
}

.navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
}

a {
    color: #000000;
}

.btn-primary {
    background: #294088;
    border-color: #333;
    color: #fff;
}

.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #294088;
}


body.customize-page .section-customize {
    position: relative;
    z-index: 1;
    background: #fbfbfb;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f8f8f8;
    border-color: #294088;
}

.panel-product-image {
    margin: 0 auto;
    display: block;
    height: 150px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.panel-product {
    cursor: pointer;
    transition: all 0.3s ease;
    border-color: transparent;
    box-shadow: none;
    text-decoration: none !important;
    height: 270px;
    overflow: visible;
    display: block;
}

.small, small {
    font-size: 75%;
}

.panel-preview-illustrations .panel-product-image {
    margin: 20px auto;
    display: block;
    height: 100px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}



.btn-link {
    color: #294088;
    text-decoration: none !important;
}

.btn-success {
    color: #fff;
    background-color: #294088;
    border-color: #000000;
}

.k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    position: relative;
    float: left;
    border-style: solid;
    border-width: 0 0px 0 0;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
    background: #bfa727;
    border-color: #ceb42b;
}

.modal-files-item-dropzone {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px dashed #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 0 5px 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.btn-primary:hover {
    background: #294088;
    border-color: #333;
    color: #333;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
 > .open > a:hover {
    color: white !important;
    background: #c1a927 !important;
}


#impleomenu-cat > li > .k-link {
    padding-top: 15px;
    border: 0;
    padding-bottom: 15px;
    line-height: 20px;
    background: #294088;
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #294088;
    border-color: #333;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #333;
    background-color: #294088;
}

.panel-preview-buttons > .btn:hover {
    color: #294088;
}

.RadRotator_Silk .rrButton:hover {
    border-color: #294088;
    color: #fff;
    background-color: #294088;
    background-image: linear-gradient(#294088,#ae9824);
}
.btn-success:hover {
    color: #fff;
    background-color: #8c7710;
    border-color: #090909;
}

a:hover {
    color: #294088;
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent !important;
    color: #333;
    transition: all 0.3s ease;
}

.k-state-active { color: white !important;
    background: #294088 !important;}
.k-state-hover { color: white !important;
    background: #294088 !important;}

.alert-warning {
    color: #000;
    background-color: #ff0000;
    border-color: #000;
}
